Deprecations

On this page:

Automation Gateway

Deprecations in Automation Gateway

The table below shows a list of deprecations in Automation Gateway.

Item Description Deprecation Release Removal Release Replacement
/api/v1.0 API for managing devices, modules, roles, and playbooks. 2019.2 2020.1 /api/v2.0
/api/v2.0/getConfig Retrieve the running configuration for a device. 2019.2 2019.2 /api/v2.0/roles/itential_get_config/execute
/api/v2.0/runCommand Execute CLI command on a device. 2019.2 2019.2 /api/v2.0/roles/itential_cli/execute
/api/v2.0/netmiko/send_command Send command to device using IAG Native Netmiko send_command. 2021.2 2022.2 /api/v2.0/netmiko/send_command/execute
/api/v2.0/netmiko/send_config Send command or multiple commands in configuration mode using IAG Native Netmiko send_config. 2021.2 2022.2 /api/v2.0/netmiko/send_config_set/execute